gtkpasswordentry: Add a "catchall" click gesture handler
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 23:13:29 +0000 (01:13 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 23:13:29 +0000 (01:13 +0200)
commite652054d505bf12b52130ec42baf89f9e3753a42
treed850eadffed0f040ee4eaaa503ad6bdaf7da3bf3
parent58c31b8627a795c70e5a2ef4b0fdbe4d52bb0023
gtkpasswordentry: Add a "catchall" click gesture handler

This gesture is set on the whole widget surface, since there's
multiple input targets inside an entry (icons, the GtkText itself)
it makes sense to consider the full entry an area handling clicks.
Ensure these events don't propagate further up, and result in other
actions.
gtk/gtkpasswordentry.c